home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 2_4.lha / 2_4 / 2_4.cmp < prev    next >
Text File  |  1993-08-08  |  457b  |  23 lines

  1. izeof(char) = 1
  2. izeof(short) = 2
  3. izeof(int) = 4
  4. izeof(long) = 4
  5. izeof(unsigned char) = 1
  6. izeof(unsigned short) = 2
  7. izeof(unsigned int) = 4
  8. izeof(unsigned long) = 4
  9. izeof(float) = 4
  10. izeof(double) = 8
  11. izeof(void *) = 4
  12. izeof(char *) = 4
  13. izeof(short *) = 4
  14. izeof(int *) = 4
  15. izeof(long *) = 4
  16. izeof(unsigned char *) = 4
  17. izeof(unsigned short *) = 4
  18. izeof(unsigned int *) = 4
  19. izeof(unsigned long *) = 4
  20. izeof(float *) = 4
  21. izeof(double *) = 4
  22. izeof(int (*)()) = 4
  23.